Pokemon Shape
@Serializable
Shapes are used to determine a Pokémon's appearance and for search purposes. See: https://pokeapi.co/docs/v2#pokemonshape
Parameters
id
The identifier for this Pokémon shape resource.
name
The name for this Pokémon shape resource.
awesome Names
The "scientific" name of this Pokémon shape listed in different languages.
names
The name of this Pokémon shape listed in different languages.
pokemon Species
A list of the Pokémon species that have this shape.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, awesomeNames: List<AwesomeName>, names: List<Name>, pokemonSpecies: List<Handle.Named<PokemonSpecies>>)